home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / CheckSum.app / English.lproj / AcctTransfer.nib / data.classes next >
Encoding:
Text File  |  1993-05-02  |  3.3 KB  |  225 lines

  1. DateTFCell = {
  2.     SUPERCLASS = FilterTextCell;
  3. };
  4. CategoryGroup = {
  5.     SUPERCLASS = List;
  6. };
  7. Account = {
  8.     ACTIONS = {
  9.     refreshWindow:;
  10.     };
  11.     OUTLETS = {
  12.     acctWindowMgr;
  13.     reconcileMgr;
  14.     system;
  15.     };
  16.     SUPERCLASS = List;
  17. };
  18. FirstResponder = {
  19.     ACTIONS = {
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. FilterTextCell = {
  24.     SUPERCLASS = TextFieldCell;
  25. };
  26. ObjectCell = {
  27.     OUTLETS = {
  28.     myObject;
  29.     };
  30.     SUPERCLASS = SelectionCell;
  31. };
  32. Transaction = {
  33.     SUPERCLASS = List;
  34. };
  35. TransferPnlMgr = {
  36.     ACTIONS = {
  37.     cancel:;
  38.     select:;
  39.     };
  40.     OUTLETS = {
  41.     transferPanel;
  42.     selectedAcctField;
  43.     acctBrowser;
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47. CategoryMgr = {
  48.     ACTIONS = {
  49.     deleteAcctCategory:;
  50.     replaceCategory:;
  51.     selectCategory:;
  52.     addAcctCategory:;
  53.     selectGroup:;
  54.     updateFieldEntry:;
  55.     };
  56.     OUTLETS = {
  57.     updateField;
  58.     incomeMatrix;
  59.     expenseMatrix;
  60.     activeGroup;
  61.     expenseScrollView;
  62.     okButton;
  63.     incomeOrExpenseRadio;
  64.     categoryWindow;
  65.     incomeScrollView;
  66.     };
  67.     SUPERCLASS = List;
  68. };
  69. SplitTrnsctnMgr = {
  70.     ACTIONS = {
  71.     selectSplit:;
  72.     resetSplitFields:;
  73.     deleteSplit:;
  74.     postTransfer:;
  75.     enterSplit:;
  76.     };
  77.     OUTLETS = {
  78.     scrollView;
  79.     descriptionField;
  80.     splitButton;
  81.     matrix;
  82.     transferButton;
  83.     account;
  84.     currentSplit;
  85.     amountField;
  86.     deleteButton;
  87.     transaction;
  88.     currentSplitCell;
  89.     taxSwitch;
  90.     acctWindowMgr;
  91.     categoryField;
  92.     transferPanelMgr;
  93.     };
  94.     SUPERCLASS = Object;
  95. };
  96. DatePrompt = {
  97.     OUTLETS = {
  98.     instructionField;
  99.     datePromptField;
  100.     };
  101.     SUPERCLASS = Object;
  102. };
  103. DateTextField = {
  104.     SUPERCLASS = TextField;
  105. };
  106. NameCell = {
  107.     OUTLETS = {
  108.     aNamedObject;
  109.     };
  110.     SUPERCLASS = ActionCell;
  111. };
  112. SiriusTextField = {
  113.     SUPERCLASS = TextField;
  114. };
  115. FlippedBox = {
  116.     SUPERCLASS = Box;
  117. };
  118. AcctWindowMgr = {
  119.     ACTIONS = {
  120.     print:;
  121.     split:;
  122.     popVoid:;
  123.     refresh:;
  124.     splitsToggle:;
  125.     transfer:;
  126.     checkTransToggle:;
  127.     resetAcctWindow:;
  128.     importExpRequest:;
  129.     recordRequest:;
  130.     popDeposit:;
  131.     windowWillResize:;
  132.     setAcctAttributes:;
  133.     displayHalfCells:;
  134.     popATM:;
  135.     deleteRequest:;
  136.     selectTransaction:;
  137.     inspectorOk:;
  138.     windowDidResignKey:;
  139.     popCheck:;
  140.     browser:;
  141.     windowDidResize:;
  142.     windowDidBecomeMain:;
  143.     popOther:;
  144.     };
  145.     OUTLETS = {
  146.     taxExemptSwitch;
  147.     browserBox;
  148.     depositField;
  149.     ckNameField;
  150.     receptacleBox;
  151.     ckCategoryField;
  152.     currentTransaction;
  153.     acctWindow;
  154.     memoField;
  155.     balanceField;
  156.     ckLogoView;
  157.     splitCategoryField;
  158.     debitField;
  159.     splitTransBox;
  160.     recordButton;
  161.     browser;
  162.     ckStubPayToField;
  163.     ckStubAmountField;
  164.     transferButton;
  165.     splitTrnsctnMgr;
  166.     ckNumField;
  167.     deleteButton;
  168.     ckBankField;
  169.     ckPayField;
  170.     ckMemoField;
  171.     categoryField;
  172.     autoDateField;
  173.     ckStubDateField;
  174.     transEntryBox;
  175.     checkMgr;
  176.     instructionField;
  177.     ckTaxSwitch;
  178.     importExportMgr;
  179.     checkBox;
  180.     currentTransCell;
  181.     brwsrMatrix;
  182.     ckTransToggle;
  183.     descriptionField;
  184.     ckDateField;
  185.     printButton;
  186.     splitsToggle;
  187.     ckPayToField;
  188.     ckStubMemoField;
  189.     ckAmountField;
  190.     popUpButton;
  191.     transferPanelMgr;
  192.     brwsrSplitBox;
  193.     account;
  194.     autoCkNumField;
  195.     ckScrollView;
  196.     ckStubNumField;
  197.     };
  198.     SUPERCLASS = Object;
  199. };
  200. CellScrollView = {
  201.     OUTLETS = {
  202.     cellMatrix;
  203.     };
  204.     SUPERCLASS = ScrollView;
  205. };
  206. CheckMgr = {
  207.     ACTIONS = {
  208.     printCheck:;
  209.     writeCheck:;
  210.     };
  211.     OUTLETS = {
  212.     acctWindowMgr;
  213.     numberStringTable;
  214.     instrTextField;
  215.     checkStubBox;
  216.     };
  217.     SUPERCLASS = AcctWindowMgr;
  218. };
  219. CategoryTFCell = {
  220.     SUPERCLASS = FilterTextCell;
  221. };
  222. CategoryTextField = {
  223.     SUPERCLASS = TextField;
  224. };
  225.